home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
snowboard.swf
/
scripts
/
frame_5
/
DoAction_2.as
next >
Wrap
Text File
|
2007-01-15
|
170b
|
13 lines
if(_root.easy == true)
{
_root.hud.lives = 10;
}
if(_root.medium == true)
{
_root.hud.lives = 20;
}
if(_root.hard == true)
{
_root.hud.lives = 15;
}